Function: treemacs-scope-shelf->workspace

treemacs-scope-shelf->workspace is a byte-compiled function defined in treemacs-scope.el.

Signature

(treemacs-scope-shelf->workspace treemacs-scope-shelf->workspace X)

Documentation

Access slot "workspace" of treemacs-scope-shelf struct X.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(cl-defstruct (treemacs-scope-shelf
               (:conc-name treemacs-scope-shelf->)
               (:constructor treemacs-scope-shelf->create!))
  buffer
  workspace)